Skip to content

fix(evidence): refresh the pending release-evidence digest - #39

Merged
rldyourmnd merged 1 commit into
mainfrom
fix/refresh-pending-release-evidence
Jul 26, 2026
Merged

fix(evidence): refresh the pending release-evidence digest#39
rldyourmnd merged 1 commit into
mainfrom
fix/refresh-pending-release-evidence

Conversation

@rldyourmnd

Copy link
Copy Markdown
Contributor

release-evidence.module.setup_digest recorded the module content as of an older commit; two commits landed after it, so emit_evidence.py --check reported a mismatch. That check is a required status check in nddev-harnesses, so it blocked every pull request there — including unrelated documentation ones — since 2026-07-26.

Re-emitted with --pending. The bundle was already pending with zero lane records and stays pending: no approval is claimed and no lane record is fabricated, so promotion still requires real CI lane executions. harness.commit is bound to nddev-harnesses main (9f26a2f4…).

emit_evidence.py --check now passes: release-evidence bundle is valid (decision: pending).

Two commits landed after the one whose content the bundle recorded, so
release-evidence.module.setup_digest no longer matched the module and
emit_evidence.py --check failed. That check is a required status check in
nddev-harnesses, so it blocked every pull request there, including unrelated
documentation ones.

Re-emit with --pending: the bundle was already pending with zero lane records,
and it stays pending. No approval is claimed and no lane record is fabricated —
promotion still requires real CI lane executions.
@github-actions github-actions Bot added the build label Jul 26, 2026
@rldyourmnd
rldyourmnd merged commit 9da743a into main Jul 26, 2026
8 checks passed
@rldyourmnd
rldyourmnd deleted the fix/refresh-pending-release-evidence branch July 26, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant